/*初始化*/
body, ul,h1,h2,h3,h4,h5,h6,p,input,button,dl,dt,dd,form {
    margin: 0;
    padding: 0;
}
body {
    font: 14px "Microsoft Yahei";
    color: #000;
    background-color: #fff;
}
img {
    border: 0 none;
    vertical-align: middle;
}
li {
    list-style: none;
}
em, i, s {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}
input,button {
    border: 0 none;
    outline-style: none;/*清除轮廓线*/
}
em.current{
	color:red;
	font-size:12px;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover {
    color: #f00;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.w /*版心*/ {
    width: 1200px;
    margin: 0 auto;
}

/*公共样式*/
/*顶部*/
.top {
    width: 100%;
    height: 37px;
    background: #fafafa;
    border-bottom: 1px solid #ebebeb;
    display: block;
    position: relative;
    zoom: 1;
    z-index: 100;
}
.top_wrapper {
    height: 36px;
}
.top_l {
    width: 485px;
    height: 36px;
    line-height: 39px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    float: left;
    margin: 0;
}
.top_l span{
    float: left;
    color: #666;
    margin-right: 20px;
}
.top_l span a:hover {
    color: #ee8780;
}
.top_phone {
    float: left;
    position: relative;
    z-index: 100;
}
.top_phone .phone_top {
    background: url(../images/phone.png) no-repeat scroll left center;
    cursor: pointer;
    float: left;
    padding-left: 18px;
}
.top_phone .phone_top span {
    color: #666;
    float: left;
    padding-right: 12px;
    position: relative;
}
.top_phone .phone_top span:hover {
    color: #ee8780;
}
.top_phone .phone_top a i {
    background: url(../images/all_ico.png) no-repeat 0 -115px ;
    background-size: 20px auto;
    display: block;
    width: 16px;
    height: 8px;
    position: absolute;
    top: 16px;
    right: -8px;
}
.top_phone .phone_top a.jtBot i {
    display: none;
    background-position: 0 -125px;
}
.top_phone_hover {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #fff;
    /*padding: 0 9px;*/
}
.lowphone {
    display: none;
    border: 1px solid #ccc;
    left: 0px;
    margin-top: 38px;
    /*margin: 38px 0 0 -22px;
    padding: 15px;*/
    position: absolute;
    top: 0;
    z-index: 1000;
}
.white-line {
    width: 72px;
    height: 0;
}
.top_phone_hover .white-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    z-index: 2000;
}
.top_phone .lowphone img {
    display: block;
    width: 110px;
    height: 110px;
}
.top_r {
    color: #666;
    font-size: 12px;
}
.top_r ul li {
    float: left;
}
.top_r ul li a {
    display: inline-block;
    margin: 12px 9px;
    color: #666;
}
.top_r ul li:hover a {
    color: #ee8780;
}
/*logo 和搜索部分*/
.header {
    width: 100%;
    min-width: 1200px;
}
.header-top {
    background: #fff;
    width: 100%;
    height: 112px;
    position: relative;
    z-index: 20;
}
.header-top .header-in {
    width: 1200px;
    margin: 0 auto;
}
.header-top .logo {
    padding: 20px 0;
    margin-right: 20px;
}
.header-top .logo a, .header-top .logo img {
    display: block;
    width: 200px;
    height: 60px;
    text-indent: -9999px;
}
.header-top  .search {
    padding: 24px 0 0;
    width: 540px;
    margin-left: 400px;
}
.search_box {
    height: 36px;
    border: 2px solid #ee8780;
    width: 536px;
    position: relative;
}
.sech_keyword {
    float: left;
    width: 418px;
    height: 19px;
    padding: 8px 15px;
    background: #fff;
    font: 14px/19px "Microsoft YaHei", "SimSun";
    color: #444;
    overflow: hidden;
    outline: 0;
}
.sech_btn {
    position: absolute;
    right: -1px;
    top: -1px;
    background: #ee8780;
    width: 90px;
    outline: none;
    height: 38px;
    letter-spacing: 2px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    color: #FFF;
    font-size: 18px;
    /*font-family: "Microsoft YaHei", "SimSun";*/
}
.search form {
    position: relative;
}
textarea, input {
    resize: none;
}
.search .search-key {
    height: 23px;
    line-height: 23px;
    padding: 5px 4px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
}
.search .search-key a {
    color: #666;
    margin: 0 10px 0 3px;
}
.search .search-key a:hover {
    color: #ee8780;
    /*显示a的下划线*/
    text-decoration: underline;
}
.search .search-key a.hot_a {
    color: #f00;
}
/*首页导航*/
.header-nav {
    position: relative;
    z-index: 10;
}
.nav-column {
    width: 100%;
    height: 44px;
    background-color: #ee8780;
}
.nav-column-in {
    width: 1200px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.nav-column ul {
    width: 1206px;
}
.nav-column ul li {
    float: left;
    margin-right: 2px;
}
.nav-column ul li.nav_rank {
    float: right;
}
.nav-column a.nav-cur, .nav-column a:hover {
    background-color: #fd6a60;
    color: #fff;
}
.nav-column a {
    width: 132px;
    line-height: 44px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
/*隐藏的副导航样式*/
.sub-nav {
    width: 1200px;
    margin: 0 auto;
    display: none;
    position: relative;
    text-align: center;
}
.sub-nav-in {
    position: absolute;
    top: 0px;
    width: 1198px;
    height: auto;
    border: 1px solid #ee8780;
    border-top: medium none;
    background: #f6f6f6;
}
.sub-nav-in p {
    line-height: 24px;
    padding: 10px 20px;
    color: #ccc;
    font-size: 14px;
}
.sub-nav-in p span {
    font-size: 12px;
    position: relative;
    top: -1px;
    margin: 0 11px;
}
/*底部*/
#footer {
    width: 1200px;
    margin:0 auto;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 25px 0;
    text-align: center;
    position: relative;
}
#footer .safety {
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}
#footer .safety a {
    display: inline-block;
    padding: 0 13px;
}
#footer a {
    color: #565656;
    margin: 0 4px;
}
#footer .safety i {
    width: 25px;
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
    margin-bottom: 2px;
    display: inline-block;
}
#footer .icon_safe1 {
    background: url(../images/foot1.png) no-repeat;
}
#footer .icon_safe2 {
    background: url(../images/foot2.png) no-repeat;
}
#footer .icon_safe3 {
    background: url(../images/foot3.png) no-repeat;
}
#footer .tips_text {
    color: #888;
}
#footer .tips_text span:first-child {
    display: block;
    margin-bottom: -12px;
}
#footer .wxewm{
    position: absolute; bottom: 28px; right: 0px; width: 100px;
}
#footer .wxewm p{
    color:#888;
}
/*回到顶部按钮*/
.backtop {
    display: none;
    position: fixed;
    bottom: 260px;
    left: 52%;
    margin-left: 630px;
    cursor: pointer;
    width: 68px;
}
.backtop span {
    display: block;
    width: 68px;
    height: 60px;
    background: url(../images/cssimg.png) -210px -466px no-repeat;
}
/*分页*/
.appNew #pages {
	position:unset;
    height: 32px;
    margin: 30px auto;
    width: 100%;
    text-align: center;
    color: #ccc;
}
.appNew #pages a{
	margin: 15px 4px 0 4px;
}

#pages {
    position: relative;
    top: -14px;
    height: 32px;
    margin: 30px auto;
    width: 100%;
    text-align: center;
    color: #ccc;
}
a {
    color: #666;
}
#pages a {
    background: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 12px;
    color: #666;
    font-size: 14px;
    border: 1px solid #ddd;
}

#pages a:hover {
   color: #f00;
}
#pages a.disabled,#pages span.disabled {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 12px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #ddd;
}
#pages span,#pages a.active {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
    padding: 0 12px;
    background: #ee8780;
    border: 1px solid #ee8780;
    color: #fff;
}

.appNew #pages{
	top:0;
	height:auto;
	margin:30px 0 0 0;
}


/*评论展示功能*/
.pl_cont {
    padding: 15px 10px 0;
}
.pl_cont p {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #f60;
}
.pl_cont li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.pl_cont li:last-child {
    border-bottom: none;
}
.ali-wrap-user-gw {
    width: auto;
    height: 34px;
    overflow: hidden;
    line-height: 25px;
}
.ali-user-name-gw {
    color: #ff8f44;
    display: inline;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.ali-user-time-gw {
    float: right;
    display: inline;
    color: #b8b8b8;
    height: 40px;
    line-height: 40px;
}
.ali-wrap-issue-gw {
    margin-left: 16px;
}
.middle_tags {
    margin: 10px 0 15px 0;
    position: relative;
}
.tags a{cursor: pointer;display: inline-block;padding: 5px 12px;margin: 2px;border-radius: 2px;color: #fff;background: #A2CD5A;}
.tags a.t0{background:#90c5f0;color:#fff;}
.tags a.t1{background:#8E388E;color:#fff;}
.tags a.t2{background:#FFA500;color:#fff;}
.tags a.t3{background:#FBF;color:#fff;}
.tags a.t4{background:#DA70D6;color:#fff;}
.tags a.t5{background:#A2CD5A;color:#fff;}
.tags a.t6{background:#228B22;color:#fff;}
.tags a.t7{background:#CDC0B0;color:#fff;}
.tags a.t8{background:#CD7054;color:#fff;}
.tags a.t9{background:#00688B;color:#fff;}
/*合格&不合格*/
.score{
    width: 400px;
    height: 200px;
    border:1px solid #ddd;
    position: fixed;
    top:10px;
    right: 10px;
    z-index: 10000;
    background-color: rgba(220,220,220,0.8);
    text-align: center;
}
.score .input{
    height: 50px;
    font-size: 16px;
    padding-top: 50px;
}
.score .radio{
    width: 20px;
    display: inline-block;
}
.score .button{
    display: block;
    border: 1px solid #2ab862;
    border-radius: 6px;
    background: #2ab862;
    height: 30px;
    line-height: 30px;
    width: 50px;
    color: #fff;
    width: 150px;
    height: 40px;
    font-size: 18px;
    margin: 0 auto;
}

/*百度编辑器添加图片后插入的p标签*/
.insert-p{
    font-size: 12px;
    color:#555;
    margin-top: 0;
    padding-top: 0;
}
.fixed {
    position: fixed;
    top: 0;
}